chore: add agents repo to allowed_remote_resources#3696
Conversation
Adds https://raw.githubusercontent.com/fullsend-ai/agents/ and https://raw.githubusercontent.com/fullsend-ai/fullsend/ to the allowed_remote_resources list. This is required for the agent extraction migration: agent harnesses are now resolved from fullsend-ai/agents at runtime and the URL must be in the allowlist.
|
PR Summary by QodoAllow fullsend-ai/agents raw GitHub URL in remote resource allowlist
AI Description
High-Level Assessment
Files changed (1)
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
11 rules 1. Docs omit config key
|
Adds an allowed_remote_resources with both https://raw.githubusercontent.com/fullsend-ai/fullsend/ and https://raw.githubusercontent.com/fullsend-ai/agents/ This change is required for fullsend v0.29.0. The new version resolves agent harnesses from fullsend-ai/agents at runtime, and the URL must be in the config allowlist. No behaviour change on prior releases. Same change as redhat-developer/rhdh-plugins#3696. Fixes #2401. Signed-off-by: Tim deBoer <git@tdeboer.ca>



Summary
allowed_remote_resourceswith bothhttps://raw.githubusercontent.com/fullsend-ai/fullsend/andhttps://raw.githubusercontent.com/fullsend-ai/agents/This change is required before fullsend's
v0tag can move to v0.29.0. The new version resolves agent harnesses fromfullsend-ai/agentsat runtime, and the URL must be in the config allowlist.No behavioral change on the current v0 (v0.28.0).